home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / tcoop.arc / TCOOP2.ARC / TFSOTST.MAK < prev    next >
Encoding:
Text File  |  1991-10-26  |  1.3 KB  |  98 lines

  1. .AUTODEPEND
  2.  
  3. #        *Translator Definitions*
  4. CC = tcc +TFSOTST.CFG
  5. TASM = TASM
  6. TLINK = tlink
  7.  
  8.  
  9. #        *Implicit Rules*
  10. .c.obj:
  11.   $(CC) -c {$< }
  12.  
  13. .cpp.obj:
  14.   $(CC) -c {$< }
  15.  
  16. .asm.obj:
  17.   $(TASM) {$< }
  18.  
  19.  
  20. #        *List Macros*
  21.  
  22.  
  23. EXE_dependencies =  \
  24.   tfsotst.obj \
  25.   tfsounit.obj \
  26.   fsounit.obj \
  27.   trsounit.obj \
  28.   rsounit.obj \
  29.   txunit.obj \
  30.   msmouse.obj \
  31.   scrnsty.obj \
  32.   keybrd.obj
  33.  
  34. #        *Explicit Rules*
  35. tfsotst.exe: tfsotst.cfg $(EXE_dependencies)
  36.   $(TLINK) /v/s/c @&&|
  37. c:\tcpp\lib\c0s.obj+
  38. tfsotst.obj+
  39. tfsounit.obj+
  40. fsounit.obj+
  41. trsounit.obj+
  42. rsounit.obj+
  43. txunit.obj+
  44. msmouse.obj+
  45. scrnsty.obj+
  46. keybrd.obj
  47. tfsotst,tfsotst
  48. c:\tcpp\lib\graphics.lib+
  49. c:\tcpp\lib\emu.lib+
  50. c:\tcpp\lib\maths.lib+
  51. c:\tcpp\lib\cs.lib
  52. |
  53.  
  54.  
  55. #        *Individual File Dependencies*
  56. tfsotst.obj: tfsotst.cpp 
  57.  
  58. tfsounit.obj: tfsounit.cpp 
  59.  
  60. fsounit.obj: fsounit.cpp 
  61.  
  62. trsounit.obj: trsounit.cpp 
  63.  
  64. rsounit.obj: rsounit.cpp 
  65.  
  66. txunit.obj: txunit.cpp 
  67.  
  68. msmouse.obj: msmouse.cpp 
  69.  
  70. scrnsty.obj: scrnsty.cpp 
  71.  
  72. keybrd.obj: keybrd.cpp 
  73.  
  74. #        *Compiler Configuration File*
  75. tfsotst.cfg: tfsotst.mak
  76.   copy &&|
  77. -v
  78. -V
  79. -vi-
  80. -wbbf
  81. -wpin
  82. -wamb
  83. -wamp
  84. -wasm
  85. -wpro
  86. -wcln
  87. -wdef
  88. -wsig
  89. -wnod
  90. -wstv
  91. -wucp
  92. -wuse
  93. -IC:\TCPP\INCLUDE
  94. -LC:\TCPP\LIB
  95. | tfsotst.cfg
  96.  
  97.  
  98.